Pages: [1] |
1. I need some help guys with IGB (coding) - in EVE Technology Lab [original thread]
I put together some basic syntax examples awhile ago for igb headers. http://igb.frenemylogicians.com/code-samples/ccp-igb-headers/ . As I said, these are very basic to show the simplest possible usage. You can try a few and if they don't work o...
- by Kosmoto Gothwen - at 2013.04.03 23:26:00
|
2. Corp Site Templates - in EVE Technology Lab [original thread]
A few useful links to help you: Evelopedia CCP JS: http://wiki.eveonline.com/en/wiki/IGB_Javascript_Methods Eve Wiki CCP JS: http://wiki.eveonline.com/en/wiki/IGB_Javascript_Methods EveDev API stuff: http://wiki.eve-id.net/APIv2_Page_Index ...
- by Kosmoto Gothwen - at 2013.02.08 04:43:00
|
3. Completely noob question - in EVE Technology Lab [original thread]
Yes you can get real-time, well every session change and a refresh of a page (could auto refresh to do that) you can track it using headers. Currently I don't use this for tracking people as it isn't ethical for my samples. I have samples of heade...
- by Kosmoto Gothwen - at 2013.02.07 15:07:00
|
4. zKillboard.com (beta) - in EVE Technology Lab [original thread]
I like it, did notice a couple things probably already mentioned but... 1) I like when you resize the window (window width) things shift and/or collapse but the transitions are jerky. Best guess would be from the modernizr plugin. 2) This may have...
- by Kosmoto Gothwen - at 2013.02.07 05:53:00
|
5. corp trading tool - in EVE Technology Lab [original thread]
TLDR: Free site likely wont be capable of what you want. I do like the idea, however I don't think a website is what you want if you don't want to spend any money on it and here's why. All the free sites I'm aware of are very limited. Such as th...
- by Kosmoto Gothwen - at 2013.02.03 15:55:00
|
6. corp trading tool - in EVE Technology Lab [original thread]
Do you want to host it on a site, like on smf or wordpress, or do you want a separate app?
- by Kosmoto Gothwen - at 2013.02.03 04:23:00
|
7. Eve Recruit Manager [testers needed] - in EVE Technology Lab [original thread]
tldr ultimately the idea would be to help point pilots to good fitting corps based on what they want to do in eve. Here's an idea I've been throwing around and felt Eve has suffered from over the years by not having this somewhere (at least not t...
- by Kosmoto Gothwen - at 2013.02.01 22:21:00
|
8. API checker - Simple tool to do backgrounds checks. - in EVE Technology Lab [original thread]
ItsmeHcK1 wrote: It flags any blue-on-blue action as a possible awox. (Excluding mails with 0 damage and a webifier as aggressive module - webbing freighters or whatever.) They will be highlighted in the kill list with a color of your choice. (...
- by Kosmoto Gothwen - at 2013.02.01 15:26:00
|
9. Eve Recruit Manager [testers needed] - in EVE Technology Lab [original thread]
Very nice. The ui is very friendly and seems easy to navigate based on a 5 minute run through. I thought about doing something similar and I'm always looking for new ideas and techniques. Q: Are you planning on hosting this for others to use or ...
- by Kosmoto Gothwen - at 2013.02.01 04:14:00
|
10. API checker - Simple tool to do backgrounds checks. - in EVE Technology Lab [original thread]
Quote: Kosmoto Gothwen wrote: However I'm finding it quite difficult to test with the current caching mechanics, can you add a temp option to disable cache so I can force it to pull API data. ItsmeHcK1 wrote: It's possible, yes, but CCP...
- by Kosmoto Gothwen - at 2013.02.01 01:06:00
|
11. IGB and linking of items to SMF forum(?) - in EVE Technology Lab [original thread]
I believe if the IGB supported HTML5 Drag and Drop functionality this could be done more easily but unfortunately it doesn't at this time. So instead you could do as already suggested, have the static data dump to pull data from. Idea of how it po...
- by Kosmoto Gothwen - at 2013.01.30 23:35:00
|
12. API checker - Simple tool to do backgrounds checks. - in EVE Technology Lab [original thread]
First let me say I like where your going with this. However I'm finding it quite difficult to test with the current caching mechanics, can you add a temp option to disable cache so I can force it to pull API data. It hasn't crashed for me with t...
- by Kosmoto Gothwen - at 2013.01.30 22:47:00
|
13. API checker - Simple tool to do backgrounds checks. - in EVE Technology Lab [original thread]
ItsmeHcK1 wrote: Sadly, I can't reproduce it. :( The access mask doesn't really matter programmatically, it just shows you less information if it doesn't have access. Does it fail every time, or was it a one time thing? Are you working from an...
- by Kosmoto Gothwen - at 2013.01.30 22:15:00
|
14. API checker - Simple tool to do backgrounds checks. - in EVE Technology Lab [original thread]
I'm giving the tool a shot because I'm curious. But unfortunately it crashed for me with the latest version. Here's what I did to get the error: Open new project > Entered an API with access mask 8921408 (all the public info) didn't parse hard...
- by Kosmoto Gothwen - at 2013.01.29 14:28:00
|
15. SMF Fitting Display Tool - in EVE Technology Lab [original thread]
I haven't looked at the code myself, but could you do a simple strtr to add an escape character for '. Or it sounds like it might be using string queries, instead replace those with prepared statements.
- by Kosmoto Gothwen - at 2013.01.28 19:21:00
|
16. IGN Headers issue - in EVE Technology Lab [original thread]
It's possible that it's SSL isn't set up on the web site host server.
- by Kosmoto Gothwen - at 2012.11.12 02:38:00
|
17. IGB CSS - in EVE Technology Lab [original thread]
Peter Powers wrote: well guess that only works if you don't change your color theme too much ;) So far so good, and that's the beauty of css, it's easy to change and it effects every page you link it to. The example above is just a starting p...
- by Kosmoto Gothwen - at 2012.11.08 14:09:00
|
18. BPO list/BPC request module for joomla - in EVE Technology Lab [original thread]
I do not have experience with jooma specifically but I've started playing with a tool that will do some of the same things. Here is what you need: the api, the eve datadump database (specifically the invTypes and invGroups tables), create a cache ...
- by Kosmoto Gothwen - at 2012.11.08 04:51:00
|
19. IGB CSS - in EVE Technology Lab [original thread]
Ok so I've come up with some basic css, I still need to find a font that matches, pretty sure that was in a devblog back around the time they launched for the Japanese market. If anyone is interested it's as follows: body { margin:10px; padding...
- by Kosmoto Gothwen - at 2012.11.07 19:00:00
|
20. IGB CSS - in EVE Technology Lab [original thread]
I am in the process of developing a few IGB pages Frenemy Logicians IGB , as a warmup to a big project I have in mind. The next thing on my to-do list is come up with css for it, the plan is to have it appear similar to other in-game windows. Wha...
- by Kosmoto Gothwen - at 2012.11.07 17:20:00
|
Pages: [1] |
First page | Previous page | Next page | Last page |